Skip to content

chore(deps): update all non-major dependencies - autoclosed #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.12.0 -> ^4.13.1 age adoption passing confidence
@iconify/json (source) ^2.2.331 -> ^2.2.339 age adoption passing confidence
@nuxt/content (source) ^3.5.0 -> ^3.5.1 age adoption passing confidence
@nuxt/eslint (source) ^1.3.0 -> ^1.4.0 age adoption passing confidence
@unocss/eslint-plugin (source) ^66.0.0 -> ^66.1.2 age adoption passing confidence
@unocss/nuxt (source) ^66.0.0 -> ^66.1.2 age adoption passing confidence
@vite-pwa/nuxt ^1.0.0 -> ^1.0.1 age adoption passing confidence
@vueuse/core (source) ^13.1.0 -> ^13.2.0 age adoption passing confidence
eslint (source) ^9.25.1 -> ^9.27.0 age adoption passing confidence
nuxt (source) ^3.16.2 -> ^3.17.3 age adoption passing confidence
sass-embedded ^1.87.0 -> ^1.89.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.13.1

Compare Source

No significant changes

    View changes on GitHub

v4.13.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.12.1

Compare Source

No significant changes

    View changes on GitHub
iconify/icon-sets (@​iconify/json)

v2.2.339

Compare Source

v2.2.338

Compare Source

v2.2.337

Compare Source

v2.2.336

Compare Source

v2.2.335

Compare Source

v2.2.334

Compare Source

v2.2.333

Compare Source

v2.2.332

Compare Source

nuxt/content (@​nuxt/content)

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)
nuxt/eslint (@​nuxt/eslint)

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.1

Compare Source

No significant changes

    View changes on GitHub
unocss/unocss (@​unocss/eslint-plugin)

v66.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vite-pwa/nuxt (@​vite-pwa/nuxt)

v1.0.1

Compare Source

   🚀 Features
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v13.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.27.0

Compare Source

v9.26.0

Compare Source

nuxt/nuxt (nuxt)

v3.17.3

Compare Source

3.17.3 is a regularly-scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Pre-calculate extension glob before app resolution (#​32052)
  • nuxt: Improve islands client components chunks (#​32015)
🩹 Fixes
  • nuxt: Preload async layouts (#​32002)
  • nuxt: Handle File within FormData (#​32013)
  • schema: Respect user-provided ignore patterns (#​32020)
  • nuxt: Allow loading virtual files with query params (#​32022)
  • nuxt: Don't use reactive key for useFetch with watch: false (#​32019)
  • nuxt: Do not clear data if custom getCachedData is provided (#​32003)
  • nuxt: Provide nuxtApp for asyncData functions run on server (#​32038)
  • vite: Strip queries when skipping vite transform middleware (#​32041)
  • nuxt: Sort hash sources and files (#​32048)
  • nuxt: Do not suppress chunk import error (#​32064)
💅 Refactors
  • nuxt: Directly access initialised asyncData (e779d6cd5)
📖 Documentation
🤖 CI
  • Convert bug/enhancement labels to issue types (3ff743fe0)
  • Update payload for issue types (791e5f443)
❤️ Contributors

v3.17.2

Compare Source

3.17.2 is a regularly-scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Tree-shake router's handleHotUpdate in production (#​31971)
🩹 Fixes
  • nuxt: Ensure asyncData is initialised before effects run (#​31946)
  • nuxt: Skip view transition if user agent provides one before defining transition (#​31945)
  • nuxt: Improve hashing for complex body in useFetch (#​31963)
  • nuxt: Immediately call asyncData within client-only components (#​31964)
  • nuxt: Don't render errors if event is already handled (#​31966)
  • nuxt: Track whether need to reinit asyncData separately from deps (#​31965)
  • nuxt: Preserve params/meta/matched with universal router (#​31950)
  • nuxt: Respect scroll behavior set by scrollToTop (#​31914)
  • nuxt: Load live data from vfs even if a file exists in buildDir (#​31969)
  • nuxt: Short circuit middleware when validate returns false (#​31967)
  • nuxt: Ensure useAsyncData reactive to key changes when immediate: false (#​31987)
  • nuxt: Resolve real paths imported into virtual files (0bb07f129)
  • webpack: Broaden WarningFilter type (2a79dbd68)
  • schema: Broaden warningIgnoreFilters (a62e808ac)
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
  • Run docs workflow against pull requests (08f968903)
  • Run tests against node v20 (3c97d3493)
❤️ Contributors

v3.17.1

Compare Source

3.17.1 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Check if match exists with new unplugin filter (#​31929)
  • nuxt: Reinitialise stale async data (#​31940)
  • nuxt: Skip view transition if user agent is providing one (#​31938)
  • nuxt: Trigger execute when non-immediate fetch key changes (#​31941)
  • nuxt: Don't redirect when route has trailing slash (#​31902)
  • ui-templates: Use escapeHTML from vue (8e4b8d62f)
  • schema: Add @vue/shared dependency (7d445c963)
📦 Build
  • Copy README/LICENSE from repo root (8e287d556)
🏡 Chore
✅ Tests
❤️ Contributors

v3.17.0

Compare Source

👀 Highlights

This release brings a major reworking of the async data layer, a new built-in component, better warnings, and performance improvements!

📊 Data Fetching Improvements

A major reorganization of Nuxt's data fetching layer brings significant improvements to useAsyncData and useFetch.

Although we have aimed to maintain backward compatibility and put breaking changes behind the experimental.granularCachedData flag (disabled by default), we recommend testing your application thoroughly after upgrading. You can also disable experimental.purgeCachedData to revert to the previous behavior if you are relying on cached data being available indefinitely after components using useAsyncData are unmounted.

👉 Read the the original PR for full details (#​31373), but here are a few highlights.

Consistent Data Across Components

All calls to useAsyncData or useFetch with the same key now share the underlying refs, ensuring consistency across your application:

<!-- ComponentA.vue -->
<script setup>
const { data: users, pending } = useAsyncData('users', fetchUsers)
</script>

<!-- ComponentB.vue -->
<script setup>
// This will reference the same data state as ComponentA
const { data: users, status } = useAsyncData('users', fetchUsers)
// When either component refreshes the data, both will update consistently
</script>

This solves various issues where components could have inconsistent data states.

Reactive Keys

You can now use computed refs, plain refs, or getter functions as keys:

const userId = ref('123')
const { data: user } = useAsyncData(
  computed(() => `user-${userId.value}`),
  () => fetchUser(userId.value)
)

// Changing the userId will automatically trigger a new data fetch
// and clean up the old data if no other components are using it
userId.value = '456'
Optimized Data Refetching

Multiple components watching the same data source will now trigger only a single data fetch when dependencies change:

// In multiple components:
const { data } = useAsyncData(
  'users', 
  () => $fetch(`/api/users?page=${route.query.page}`),
  { watch: [() => route.query.page] }
)

// When route.query.page changes, only one fetch operation will occur
// All components using this key will update simultaneously
🎭 Built-In Nuxt Components
<NuxtTime> - A new component for safe time display

We've added a new <NuxtTime> component for SSR-safe time display, which resolves hydration mismatches when working with dates (#​31876):

<template>
  <NuxtTime :datetime="Date.now()" />
</template>

The component accepts multiple time formats and gracefully handles both client and server rendering.

Enhanced <NuxtErrorBoundary>

The <NuxtErrorBoundary> component has been converted to a Single File Component and now exposes error and clearError from the component - as well as in the error slot types, giving you greater ability to handle errors in your templates and via useTemplateRef (#​31847):

<NuxtErrorBoundary @&#8203;error="handleError">
  <template #error="{ error, clearError }">
    <div>
      <p>{{ error.message }}</p>
      <button @&#8203;click="clearError">Try again</button>
    </div>
  </template>
  
  <!-- Content that might error -->
  <MyComponent />
</NuxtError

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/HigherOrderLogic/higherorderlogic.github.io).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTEuMTgiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

@renovate renovate bot requested a review from HigherOrderLogic as a code owner December 2, 2024 00:13
@renovate renovate bot added the dependencies Dependencies related label Dec 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8e052eb to fb10500 Compare December 9, 2024 08:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5ad1ac1 to fe40646 Compare December 14, 2024 04:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from dddce00 to ac0d836 Compare December 29, 2024 12:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14d0a56 to a1be303 Compare January 5, 2025 10:21
@HigherOrderLogic HigherOrderLogic force-pushed the renovate/all-minor-patch branch from a1be303 to 9a6cc21 Compare April 27, 2025 03:07
@HigherOrderLogic HigherOrderLogic force-pushed the renovate/all-minor-patch branch from 2ca025f to 82b3c78 Compare April 27, 2025 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82b3c78 to 7c2ed81 Compare May 17, 2025 03:08
Copy link
Contributor Author

renovate bot commented May 17, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/4.9.1/packages/yarnpkg-cli/bin/yarn.js
/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:22058
    throw new Error(
          ^

Error: Server answered with HTTP 429 when performing the request to https://repo.yarnpkg.com/4.9.1/packages/yarnpkg-cli/bin/yarn.js; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
    at fetch (/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:22058:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async fetchUrlStream (/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:22081:20)
    at async download (/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:22204:18)
    at async installVersion (/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:22296:55)
    at async Engine.ensurePackageManager (/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:22847:32)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:22958:25)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.32.0/22.15.1/node_modules/corepack/dist/lib/corepack.cjs:23648:7)

Node.js v22.15.1

@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 17, 2025
@renovate renovate bot closed this May 17, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch May 17, 2025 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant